home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 12624 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.3 KB

  1. Path: rep00687.reshall.umich.edu!not-for-mail
  2. From: tkludy@rep00687.reshall.umich.edu (Tom Kludy)
  3. Newsgroups: comp.lang.c
  4. Subject: Regular Expression Parser
  5. Date: 1 Apr 1996 22:36:18 GMT
  6. Organization: University of Michigan
  7. Message-ID: <4jplp2$9io@srvr1.engin.umich.edu>
  8. NNTP-Posting-Host: rep00687.reshall.umich.edu
  9. X-Newsreader: TIN [UNIX 1.3 BETA-950824-color PL0]
  10.  
  11. I am a reasonably proficient C programmer.  Recently, I learned Perl for
  12. my job.  I am very disappointed with Perl's speed (due to it's being an
  13. interpreted language) and therefore have returned to C.
  14.  
  15. However, Perl has many functions that greatly simplify programming, and I
  16. have decided to rewrite most of these functions in C.  There is one very
  17. important thing that I need, though - a regular expression parser.
  18.  
  19. Is there one already written (with source available)?  If not, I'll start
  20. on the task of writing one myself, or trying to hack it directly from the
  21. perl source (ugh).
  22.  
  23. Any help would be appreciated; thanks in advance.
  24.  
  25. - Tom
  26.  
  27. ---
  28. This work may not be distributed, in whole or in part, through the Microsoft
  29. Network.  Microsoft may purchase a license to distribute this work for only
  30. $999.95.  Any violations of this license agreement should be immediately
  31. reported to tkludy@engin.umich.edu and postmaster@microsoft.com.
  32.